﻿@charset "UTF-8";

body {
    font-size: 12px;
    font-family: "微软雅黑";
    width: 100%;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
    word-break: break-all;
}

li {
    list-style: none;
}

button {
    background-color: white;
    border: 0;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

ul,
table {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

img,
table,
tr,
td,
th,
input {
    border: none;
}

img {
    /*cursor:pointer;*/
}



/*手机*/
@media only screen and (min-width: 0px) and (max-width: 960px) {
    .fc-le {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    .fc-le ul li {
        width: 14.2% !important;
    }

    .fc-ri {
        float: none !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .fcr-div2 {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .headbar {
        height: 60px !important;
    }

    .hbc-le img {
        height: 40px !important;
    }

    .hbc-ri {
        display: none;
    }

    .hbcr-none {
        display: block !important;
    }

}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .fc-le ul {
        display: none;
    }

    .fc-le {
        height: 40px !important;
    }
}


/*抱在最外面的容器*/
.allview {
    width: 100%;
}



/*header*/
.headbar {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 15;
    background-image: -webkit-linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%);
}

.hb-content {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.hbc-le {
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
}

.hbc-le img {
    height: 60px;
}

.hbc-ri {
    width: 70%;
    height: 100%;
}

.hbc-ri ul {
    width: 100%;
    height: 100%;
}

.hbc-ri ul li {
    float: left;
    width: 12.5%;
    height: 100%;
}

.hbc-ri ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.hbcr-div {
    width: 100%;
    height: 45px;
}

.hbcr-div p {
    line-height: 30px;
}

.hbcr-div img {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}



.hbcr-none {
    width: 60px;
    height: 60px;
    display: none;
    position: relative;
}

.hbcrn-a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../image/public/a-le.png")center center no-repeat;
    background-size: 60%;
}

.hbcrn-side {
    position: fixed;
    width: 80%;
    height: 380px;
    top: 60px;
    right: -81%;
    padding: 20px 15px;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.36);
}

.hbcrn-side ul {
    width: 100%;
    height: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.45);
}

.hbcrn-side ul li {
    width: 100%;
    height: 14.2%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.45);
}

.hbcrn-side ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 47px;
}








/*footer*/
.footbar {
    width: 100%;
    background-color: #4d4e4f;
}

.footbar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: auto;
}

.fc-le {
    width: 70%;
    height: 145px;
}

.fc-le ul {
    width: 100%;
    height: 15px;
}

.fc-le ul li {
    float: left;
    width: 10%;
    height: 15px;
    border-left: 1px solid #6e6f70;
}

.fc-le ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 15px;
}

.fcl-p {
    margin-top: 20px;
    line-height: 20px;
}

.fcl-p img {
    margin-top: -2px;
    margin-right: 10px;
}

.fc-ri {
    width: 30%;
    height: 145px;
}

.fcr-ul {
    width: 38px;
    height: 100%;
}

.fcr-ul li {
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
    opacity: 0.7;
}

.fcr-ul li a {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #989899;
    border-radius: 19px;
}

.fcr-ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fcr-ul li:hover {
    opacity: 1;
}

.fcr-ul li:nth-child(1):hover a {
    border: 1px solid #80a74d !important;
    background-color: #80a74d;
}

.fcr-ul li:nth-child(2):hover a {
    border: 1px solid red !important;
    background-color: red;
}

.fcr-ul li:nth-child(3):hover a {
    border: 1px solid #53baff !important;
    background-color: #53baff;
}







.fcr-div2 {
    width: 120px;
    height: 100%;
    margin-right: 30px;
}

.fcr-div2 img {
    width: 120px;
    height: 120px;
}